diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-08 22:31:54 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-08 22:32:03 +0900 |
| commit | f33d720cb67c3b7c35f57475bc7370af3b223b77 (patch) | |
| tree | c3a03334e3695a956b4c3d26e82977e369f44cbd /config/waybar/style/[Wallust Bordered] Chroma Simple.css | |
| parent | ef0fdb82ceef67ced28b510ea264e883e584a231 (diff) | |
fix waybar-wallust colors not applying
battery not charging waybar animation changes to reduce cpu usage as per wiki
Diffstat (limited to 'config/waybar/style/[Wallust Bordered] Chroma Simple.css')
| -rw-r--r-- | config/waybar/style/[Wallust Bordered] Chroma Simple.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/waybar/style/[Wallust Bordered] Chroma Simple.css b/config/waybar/style/[Wallust Bordered] Chroma Simple.css index 0196f85f..fed61902 100644 --- a/config/waybar/style/[Wallust Bordered] Chroma Simple.css +++ b/config/waybar/style/[Wallust Bordered] Chroma Simple.css @@ -259,6 +259,23 @@ tooltip { border: 2px solid @color8; } +@keyframes blink { + to { + color: @color12; + } +} + +#battery.critical:not(.charging) { + background-color: red; + color: white; + animation-name: blink; + animation-duration: 3.0s; + animation-timing-function: steps(12); + animation-iteration-count: infinite; + animation-direction: alternate; + box-shadow: inset 0 -3px transparent; +} + #custom-weather { color: #8eacf3; border-right: 0px; |
